lsm_disk_block_size_get(3) | Libstoragemgmt C API Manual | lsm_disk_block_size_get(3) |
NAME¶
lsm_disk_block_size_get - Retrieves the block size for the disk.
SYNOPSIS¶
uint64_t lsm_disk_block_size_get (lsm_disk *d);
ARGUMENTS¶
- d
- Disk to retrieve block size for.
VERSION¶
1.0
DESCRIPTION¶
Retrieves the block size in bytes for the disk.
RETURN¶
uint64_t. 0 if argument 'd' is NULL or not a valid lsm_disk pointer.
lsm_disk_block_size_get | May 2019 |